type github.com/jackc/pgx/v5/pgtype.untypedTextRange

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		range.go#L22: type untypedTextRange struct {
		range.go#L29: func parseUntypedTextRange(src string) (*untypedTextRange, error) {
		range.go#L30: 	utr := &untypedTextRange{}